/**
* SECTION:gdkdrawcontext
* @Title: GdkDrawContext
- * @Short_description: Drawing context base class
+ * @Short_description: Base class for draw contexts
*
* #GdkDrawContext is the base object used by contexts implementing different
* rendering methods, such as #GdkGLContext or #GdkVulkanContext. It provides
/**
* SECTION:gdkglcontext
* @Title: GdkGLContext
- * @Short_description: OpenGL context
+ * @Short_description: OpenGL draw context
*
* #GdkGLContext is an object representing the platform-specific
- * OpenGL drawing context.
+ * OpenGL draw context.
*
* #GdkGLContexts are created for a #GdkWindow using
* gdk_window_create_gl_context(), and the context will match the
/**
* SECTION:gdkvulkancontext
* @Title: GdkVulkanContext
- * @Short_description: Vulkan context
+ * @Short_description: Vulkan draw context
*
* #GdkVulkanContext is an object representing the platform-specific
- * Vulkan drawing context.
+ * Vulkan draw context.
*
* #GdkVulkanContexts are created for a #GdkWindow using
* gdk_window_create_vulkan_context(), and the context will match the
* the characteristics of the window.
*
- * Support for #GdkGLContext is platform-specific, context creation
+ * Support for #GdkVulkanContext is platform-specific, context creation
* can fail, returning %NULL context.
*/